home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / FreeSoftware / MicrosoftXP / main.swf / scripts / DefineButton2_56 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-03-22  |  107 b   |  8 lines

  1. on(release){
  2.    tellTarget("/mute_sound")
  3.    {
  4.       gotoAndStop("sound_off");
  5.       play();
  6.    }
  7. }
  8.